projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33e350
)
(save-completions-file-name): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:46:11 +0000
(23:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jan 1996 23:46:11 +0000
(23:46 +0000)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index a4e066f21cede15aa8e91d75f325b0e792c2d4a9..1e4e281ad1d54e9560e7afdf1d5f26618855f9fb 100644
(file)
--- a/
lisp/completion.el
+++ b/
lisp/completion.el
@@
-285,7
+285,7
@@
If nil, no new words added to the database or saved to the init file.")
"*Non-nil means save most-used completions when exiting Emacs.
See also `saved-completions-retention-time'.")
-(defvar save-completions-file-name
"~/.completions"
+(defvar save-completions-file-name
(convert-standard-filename "~/.completions")
"*The filename to save completions to.")
(defvar save-completions-retention-time 336